home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 20 / 9 / DISK2092.ZIP / RBBS-LIT.ZIP / LIT / FMS4.LIT < prev    next >
Text File  |  1990-01-13  |  913b  |  16 lines

  1. *[FMS4.LIT]*******************************************************************
  2. * Description: Removes support for FMS style directories.                    *
  3. * RBBS-PC Level: CPC17.3                                                √ AM *
  4. * Module Affected: RBBSSUB4.BAS                                              *
  5. * Selection Option: FMS = OFF                                                *
  6. * Additional files: FMS.LIT                                                  *
  7. ******************************************************************************
  8. 58190 SUB SearchArray (Element$,Array$(1),NumEntriesToSearch,IsInAra) STATIC
  9.       END SUB
  10. 58200 SUB FMS (DirToSearch$,SearchString$,SearchDate$, _
  11.                ProcessedInFMS,ZCategoryName$(1),ZCategoryCode$(1), _
  12.                ZCategoryDesc$(1),DnldFlag,CatFound,AbortIndex) STATIC
  13.       DnldFlag = 0
  14.       ProcessedInFMS = 0
  15. 58202 END SUB
  16.